Welcome![Sign In][Sign Up]
Location:
Search - kernel based tracking

Search list

[Software Engineeringmean_shift

Description: 介绍关于利用基于核函数的Meanshift跟踪算法的PPT,非常好,有兴趣的学习-Introduction on the use of Kernel-based tracking algorithm Meanshift the PPT, very good, are interested in learning
Platform: | Size: 6727680 | Author: 李江涛 | Hits:

[Special EffectsKernelTracking

Description: A new approach toward target representation and localization, the central component in visual tracking of non-rigid objects, is proposed. The feature histogram based target representations are regularized by spatial masking with an isotropic kernel. The masking induces spatially-smooth similarity functions suitable for gradient-based optimization, hence, the target localization problem can be formulated using the basin of attraction of the local maxima. We employ a metric derived from the Bhattacharyya coefficient as similarity measure, and use the mean shift procedure to perform the optimization. In the presented tracking examples the new method successfully coped with camera motion, partial occlusions, clutter, and target scale variations. Integration with motion filters and data association techniques is also discussed. We describe only few of the potential applications: exploitation of background information, Kalman tracking using motion models, and face tracking.-A new approach toward target representation and localization, the central component in visual trackingof non-rigid objects, is proposed. The feature histogram based target representations are regularizedby spatial masking with an isotropic kernel. The masking induces spatially-smooth similarity functionssuitable for gradient-based optimization, hence, the target localization problem can be formulated usingthe basin of attraction of the local maxima. We employ a metric derived from the Bhattacharyyacoefficient as similarity measure, and use the mean shift procedure to perform the optimization. In thepresented tracking examples the new method successfully coped with camera motion, partial occlusions, clutter, and target scale variations. Integration with motion filters and data association techniques is alsodiscussed. We describe only few of the potential applications: exploitation of background information, Kalman tracking using motion models, and face tracking .
Platform: | Size: 2779136 | Author: | Hits:

[Special EffectsKernelObjectTrack

Description: Kernel Object Tracking算法实现代码,自己本科毕设!-Kernel Object Tracking algorithm code, we completed the set up their own!
Platform: | Size: 109568 | Author: | Hits:

[Industry researchKernelBasedObjectTracking

Description: A new approach toward target representation and localization, the central component in visual tracking of nonrigid objects, is proposed. The feature histogram-based target representations are regularized by spatial masking with an isotropic kernel. The masking induces spatially-smooth similarity functions suitable for gradient-based optimization, hence, the target localization problem can be formulated using the basin of attraction of the local maxima. We employ a metric derived from the Bhattacharyya coefficient as similarity measure, and use the mean shift procedure to perform the optimization. In the presented tracking examples, the new method successfully coped with camera motion, partial occlusions, clutter, and target scale variations. Integration with motion filters and data association techniques is also discussed. We describe only a few of the potential applications: exploitation of background information, Kalman tracking using motion models, and face tracking.
Platform: | Size: 2459648 | Author: Ali | Hits:

[Graph Recognizegeneralized

Description: Generalized Kernel-based Visual Tracking的源代码,对研究目标跟踪的学者很有用-The source code of Generalized Kernel-based Visual Tracking
Platform: | Size: 93184 | Author: yangxinli | Hits:

[Special EffectsSeg_By_MeanShift

Description: 均值漂移Mean Shift算法是一种基于核密度估计的处理方法,被广泛用于图像降噪,分割和目标跟踪中,本代码是图像分割实现。-Mean Shift algorithm is a kernel density estimation based approach is widely used for image noise reduction, segmentation and target tracking, the code is to achieve image segmentation.
Platform: | Size: 1024 | Author: 倪昊 | Hits:

[Industry researchKernel_particle_filter_for_visual_tracking

Description: the Kernel Particle Filter (KPF)—is proposed for visual tracking in image sequences. The KPF invokes kernels to form a continuous estimate of the posterior density function. Particles are allocated based on the gradient information estimated from the kernel density estimate of the posterior. Results from simulations and experiments with real video data show the improved performance of the proposed algorithm when compared with that of the standard particle filter. The superior performance is evident in scenarios of small system noise or weak dynamic models where the standard particle filter usually fails
Platform: | Size: 343040 | Author: hythem | Hits:

[AI-NN-PRKernel-particle-filter

Description: 基于核粒子滤波的视觉跟踪,采用核密度和粒子滤波结合,进行视觉图像跟踪-Nuclear density and particle filter a nuclear particle filter-based visual tracking, visual image tracking
Platform: | Size: 343040 | Author: liang jun | Hits:

[Special Effects[kimi]FGT

Description: 实现了 Changjiang Yang, etc. “Real-Time Kernel-Based Tracking in Joint Feature-Spatial Spaces”, Technical Reports from UMIACS, 2004 中的FGT算法。-The code for FGT(Fast Gauss Transform) from: Changjiang Yang, etc. “Real-Time Kernel-Based Tracking in Joint Feature-Spatial Spaces”, Technical Reports from UMIACS, 2004
Platform: | Size: 2048 | Author: kimi | Hits:

[Otherkernel_based_object_tracking_survey

Description: A new approach toward target representation and localization, the central component in visual tracking of nonrigid objects, is proposed. The feature histogram-based target representations are regularized by spatial masking with an isotropic kernel. The masking induces spatially-smooth similarity functions suitable for gradient-based optimization, hence, the target localization problem can be formulated using the basin of attraction of the local maxima. We employ a metric derived from the Bhattacharyya coefficient as similarity measure, and use the mean shift procedure to perform the optimization. In the presented tracking examples, the new method successfully coped with camera motion, partial occlusions, clutter, and target scale variations. Integration with motion filters and data association techniques is also discussed. We describe only a few of the potential applications: exploitation of background information, Kalman tracking using motion models, and face tracking.
Platform: | Size: 2439168 | Author: Felix | Hits:

[Software EngineeringKernel-Based_Object_Tracking

Description: Kernel-Based Object Tracking 学习目标跟踪最经典的外文文献-Kernel-Based Object Tracking Tracking the most classical learning foreign literature
Platform: | Size: 582656 | Author: 摩天轮 | Hits:

[Special Effectsm10

Description:  背景建模是实现运动目标检测与跟踪的关键技术之一。在实时视频监控系统中,对背景建模算法的运行时间及所提取出的背景图像的实时性有很高的要求,针对这一问题,提出了一种基于切比雪夫不等式的自适应阈值背景建模算法。算法利用切比雪夫不等式计算像素点色度变化的概率估计值,提出了一种自适应阈值分类方法,它将像素点快速分类为前景点、背景点及可疑点,再利用核密度估计方法对可疑点进行进一步分类,最后利用背景更新算法提取实时背景图像。实验结果证明,该算法能快速有效地区分特征明显的背景点与前景点,提高了背景图像提取的速度,对可疑点利用核密度估计方法降低了背景分割的误差,背景建模效果理想,运算速度快,适用于实时视频监控系统。-Background modeling is a key technology to realize the moving target detection and tracking. In real-time video surveillance system, there are high demands on uptime and background modeling algorithm is proposed to remove the background image in real time, for this problem, a Chebyshev inequality based on adaptive threshold background modeling algorithm. Cut algorithm uses to calculate the probability of Chebyshev inequality pixel color change estimates, an adaptive threshold classification method, it will be classified as pre-fast pixel of interest, background points and suspicious points, re-use kernel density estimation method suspicious point for further classification. Finally, background updating algorithm to extract real-time background image. Experimental results show that the algorithm can quickly and efficiently in the background of significant features of the region of interest with the previous point, improving the speed of extraction of the background image, the point of s
Platform: | Size: 1972224 | Author: | Hits:

[Special EffectsDouble-RingMeanShiftAlgorithm

Description: 传统均值漂移跟踪算法在目标特征提取、模板匹配度量和带宽固定方面存在缺陷,提出一种双环 Mean Shift视频跟踪算法-A tracking algorithm based on double—ring Mean Shift is proposed to solve the deficiency of target representation,template similarity measure and fixed kernel—bandwidth in traditional Mean Shift tracking algorithm
Platform: | Size: 3444736 | Author: 王佳 | Hits:

[Graph Recognizecode_aog

Description: 一个基于SVM和高斯核的跟踪程序。速度很快。2014年ICCV最佳-A tracking program based on SVM and Gauss kernel. Fast speed
Platform: | Size: 13355008 | Author: wangwei | Hits:

[OtherGMM_KDE

Description: malab代做|hslogic|基于MATLAB的GMM和KDE核估计得目标跟踪仿真-Malab generation to do |hslogic| based MATLAB GMM and KDE kernel estimation target tracking simulation
Platform: | Size: 45056 | Author: 洪依 | Hits:

[matlabaras_visual_servo-master

Description: The aim of visual servoing is tracking an object by the feedback information of the vision sensor. There are different techniques for controlling the system, in this work, Image based visual servoing has been chosen. The goal of propsed system is tracking the featureless object by the kernel and moment measurement. The configuration of the system is eye-in-hand.
Platform: | Size: 533504 | Author: 穿山甲说 | Hits:

[matlabkafbox-1.4

Description: Kernel自适应滤波器算法是基于Kernels的在线自适应回归算法。非常适合非线性滤波,跟踪和回归。该工具箱包括算法,演示和性能比较工具(Kernel adaptive filtering algorithms are online and adaptive regression algorithms based on kernels. They are suitable for nonlinear filtering, prediction, tracking and nonlinear regression in general. This toolbox includes algorithms, demos, and tools to compare their performance.)
Platform: | Size: 357376 | Author: yjch | Hits:

CodeBus www.codebus.net